home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / bin / animate_next / Makefile.preamble < prev    next >
Makefile  |  1993-11-04  |  391b  |  17 lines

  1. GEOM = ../../..
  2. include ${GEOM}/makefiles/Makedefs.global
  3. -include Makedefs
  4.  
  5. NAME = animate
  6.  
  7. CFLAGS= -I${GEOM}/include
  8.  
  9. L = ${GEOM}/lib/next
  10.  
  11. OOGL_LIBS = -L${L} -lmg -lcamera -lwindow \
  12.            -lgeom -lquad -lpolylist -lvect -lbezier -lmesh -lvect \
  13.            -lsphere -linst -ltlist -llist -ldg -lbbox -lstub -lgeom \
  14.            -lshade -loogl -l3d -lcolor 
  15.  
  16. OTHER_LIBS = ${OOGL_LIBS}
  17.